home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / Print-Mac.Dxr / 00080_prev2.ls < prev    next >
Encoding:
Text File  |  1996-10-04  |  277 b   |  14 lines

  1. on mouseDown
  2.   puppetSprite(6, 1)
  3.   repeat while the mouseDown
  4.     set the memberNum of sprite 6 to the number of member "previous"
  5.     updateStage()
  6.   end repeat
  7.   puppetSprite(6, 0)
  8.   if the frame <> (label("s5-1") + 2) then
  9.     go(marker(-1))
  10.   else
  11.     beep()
  12.   end if
  13. end
  14.